-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature mbl #1212
Feature mbl #1212
Conversation
* Same tools used as VBL with extra button that defines which layer(s) the polygons are drawn on. Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
* Same tools used as VBL with extra button that defines which layer(s) the polygons are drawn on. * Changes included (and to be tested) include client/server commands to properly send VBL/MBL to other clients * AppPreferences persist last ToolbarPanel presses * TODO: Make AI buttons for GM persist over to Player clients and disable buttons on Player clients when server is running Signed-off-by: JamzTheMan <JamzTheMan@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 17 files at r1, 1 of 1 files at r2, 21 of 21 files at r3.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @cwisniew)
@JamzTheMan Did you accidentally paste the call to setTopologyMode() twice in MapTool.java postInitialize()? |
Start of MBL feature #1216 |
Probably accidently, was going to need to do the same for another button and forgot to remove. |
Test branch to play with new Movement Blocking Layer and offer opinions.
Feel free to comment on code but would like to get this merged to feature branch and I'll make code adjustments if needed before we merge to develop branch.
TODO
Moved to issue #1216
This change is